* progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
authorJuri Linkov <juri@jurta.org>
Fri, 21 May 2010 20:43:04 +0000 (23:43 +0300)
committerJuri Linkov <juri@jurta.org>
Fri, 21 May 2010 20:43:04 +0000 (23:43 +0300)
commit9a9fd97ce6281a88b4d40932c14fb22d81a2af46
tree18f7b51832cd8e24ee15d89ff1bc1448050b9d87
parent3885cbef7ae61b5d5f0ccc20292de43a0458df3b
* progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
Remove "all" from grep-files-aliases.  Split grep-files-aliases by
whitespace, call wildcard-to-regexp on substrings and concat them
with "\\|".  (Bug#6114)
lisp/ChangeLog
lisp/progmodes/grep.el